home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 1.iso
/
ARGONET
/
PD
/
EMULATOR
/
GAMEBOY_DEVKIT.ZIP
/
!GBDK
/
lib
/
h
/
graphics
< prev
next >
Wrap
Text File
|
1996-04-03
|
242b
|
15 lines
#define AND 0
#define OR 1
#define XOR 2
#define SOLID 3
#define WHITE 0
#define LTGREY 1
#define DKGREY 2
#define BLACK 3
void plot(int x, int y, int color, int mode);
void draw_image(unsigned char *data);
/* image size = (0x80, 0x78)
*/